(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <stdio.h>
int fflush()
SYNOPSIS
FILE * stream

FUNCTION
Flush a stream. If the stream is an input stream, then the stream is synchronised for unbuffered I/O. If the stream is an output stream, then any buffered data is written.

INPUTS
stream
Flush this stream. May be NULL. In this case, all output streams are flushed.
RESULT
0 on success or EOF on error.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
02.04.1997 ldp
Add BPTR casts
01.01.1997 ldp
Changed clib to proto
11.12.1996 aros
Added headers

Polished code

10.12.1996 aros
New functions